ccdb08757dea08bc6da3aaaebd9c7aaa2e6dfcdc,portal-web/test/com/liferay/portalweb/portal/dbupgrade/sampledatalatest/messageboards/subscription/AddMBCategoryThreadTest.java,AddMBCategoryThreadTest,testAddMBCategoryThread,#,24

Before Change


		selenium.type("//input[@id='_134_name']",
			RuntimeVariables.replace(
				"Category Thread MB Subscription Community"));
		selenium.saveScreenShotAndSource();
		selenium.clickAt("//input[@value='Search']",
			RuntimeVariables.replace("Search"));
		selenium.waitForPageToLoad("30000");

After Change


		selenium.selectFrame("//td[@id='cke_contents__19_editor']/iframe");
		selenium.type("//body",
			RuntimeVariables.replace("This is to test the subscription table."));
		selenium.selectFrame("relative=top");
		selenium.saveScreenShotAndSource();
		selenium.clickAt("//input[@value='Publish']",
			RuntimeVariables.replace("Publish"));